home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_006 / microemacs / makefile.amiga < prev    next >
Makefile  |  1992-05-06  |  974b  |  53 lines

  1. muEMACS: window.o fileio.o display.o region.o termio.o random.o\
  2.          word.o ansi.o line.o main.o search.o vt52.o basic.o buffer.o\
  3.          file.o spawn.o 
  4.  alink with working
  5.  
  6. termio.o: keymap.h termio.c
  7.  lc -isys:include/ -i:include/ termio
  8.  
  9. window.o: ed.h window.c
  10.  lc -isys:include/ window
  11.  
  12. fileio.o: ed.h fileio.c
  13.  lc -isys:include/ fileio
  14.  
  15. display.o: ed.h display.c
  16.  lc -isys:include/ display
  17.  
  18. region.o: ed.h region.c
  19.  lc -isys:include/ region
  20.  
  21. random.o: ed.h random.c
  22.  lc -isys:include/ random
  23.  
  24. word.o: ed.h word.c
  25.  lc -isys:include/ word
  26.  
  27. ansi.o: ed.h ansi.c
  28.  lc -isys:include/ ansi
  29.  
  30. line.o: ed.h line.c
  31.  lc -isys:include/ line
  32.  
  33. main.o: ed.h main.c
  34.  lc -isys:include/ main
  35.  
  36. search.o: ed.h search.c
  37.  lc -isys:include/ search
  38.  
  39. vt52.o: ed.h vt52.c
  40.  lc -isys:include/ vt52
  41.  
  42. basic.o: ed.h basic.c
  43.  lc -isys:include/ basic
  44.  
  45. buffer.o: ed.h buffer.c
  46.  lc -isys:include/ buffer
  47.  
  48. file.o: ed.h file.c
  49.  lc -isys:include/ file
  50.  
  51. spawn.o: ed.h spawn.c
  52.  lc -isys:include/ spawn
  53.